QueryObjectsResponse

data class QueryObjectsResponse(objects: RemoteObject)

Represents response frame that is returned from Runtime#queryObjects operation call.

See also

Constructors

QueryObjectsResponse
Link copied to clipboard
fun QueryObjectsResponse(objects: RemoteObject)

Properties

objects
Link copied to clipboard
val objects: RemoteObject
Array with objects.

Sources

jvm source
Link copied to clipboard